home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 351-375 / 359 / dice / dice.lzh / lib / compat / bpf.a
Text File  |  1990-03-27  |  174b  |  16 lines

  1.  
  2.         ;   (c)Copyright 1990, Matthew Dillon, All Rights Reserved
  3.         ;
  4.         ;
  5.  
  6.         section text,code
  7.  
  8.         xdef    ___builtin_printf
  9.         xref    _printf
  10.  
  11. ___builtin_printf:
  12.         jmp    _printf
  13.  
  14.         END
  15.  
  16.